バージョン

GetEnumerator メソッド (CollectionBase<T>)

コレクションの System.Collections.IEnumerator を取得します。
シンタックス
'宣言
 
Public Function GetEnumerator() As IEnumerator(Of T)
public IEnumerator<T> GetEnumerator()
参照